home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / strings / crange < prev    next >
Encoding:
Text File  |  1993-10-26  |  596 b   |  14 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           crange string firstExpr lastExpr
  4.                Returns a range of characters from string  starting  at
  5.                the  character  indexed  by  the  expression  firstExpr
  6.                (zero-based) until the character indexed by the expres-
  7.                sion lastExpr.
  8.  
  9.                If the expression firstExpr or lastExpr starts with the
  10.                string  end, then end is replaced with the index of the
  11.                last character in the string.  If the expression starts
  12.                with  len,  then len is replaced with the length of the
  13.                string.
  14.